object FieldsForm: TFieldsForm Left = 193 Top = 109 BorderStyle = bsDialog Caption = '������� ���� ��' ClientHeight = 317 ClientWidth = 217 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 4 Width = 67 Height = 13 Caption = '���� ������' end object ValCombo: TComboBox Left = 4 Top = 20 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = ValComboClick end object ValList: TListBox Left = 4 Top = 48 Width = 209 Height = 264 ItemHeight = 13 TabOrder = 1 OnClick = ValListClick end end